home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 September / DPPCPRO0999.ISO / Macromed / Flash2 / CD Extras / WebTools / JBS.DXR / 00172_1icon_0.ls < prev    next >
Encoding:
Text File  |  1997-04-13  |  419 b   |  18 lines

  1. on mouseDown
  2.   CheckThis(0, clickOn())
  3. end
  4.  
  5. on CheckThis ObjRef, me
  6.   global iconFileMode
  7.   set iconFileMode to 1
  8.   seliconSave(1, 1)
  9.   set the puppet of sprite me to 1
  10.   set the castNum of sprite me to the number of cast "1icon_1"
  11.   set the castNum of sprite (me - 1) to the number of cast "2icon_0"
  12.   updateStage()
  13. end
  14.  
  15. on myHelp
  16.   return "Click if you want WebTools to install just the Out version of the icons"
  17. end
  18.